home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.modify.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.9 KB  |  49 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to modify data</H1>
  18.                     <p>
  19.                         You can modify any provider, contact, service, binding, instance info, or tModel that you have published; 
  20.                         you cannot modify data owned by other publishers.</p>
  21.                         
  22.                         <uddi:ContentController Runat='server' Mode='Private'>
  23.                             <p>To modify information from another publisher, contact a UDDI Services Coordinator.</p>
  24.                         </uddi:ContentController>
  25.                         
  26.                     <!-- #include file = "warning.changestouddi.htm" -->
  27.                     <h2><a name="#modify"></a>To modify an entity</h2>
  28.                     <OL>
  29.                         <li>
  30.                             On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  31.                         <li>Locate and select the entity you want to modify.</li>
  32.                         <li>
  33.                         In the details area, click an appropriate tab and then click the appropriate action - Add, Edit or Delete - 
  34.                         next to the attribute you want to modify. </LI>
  35.                         
  36.                     </OL>
  37.                     <p>To modify additional providers, contacts, services, bindings, instance infos, or 
  38.                         tModels, <a href="#modify">repeat this procedure</a>.
  39.                         
  40.                 </td>
  41.             </tr>
  42.         </table>
  43.         <!-- #include file = "publish.footer.htm" -->
  44.     </body>
  45. </html>
  46.  
  47.  
  48.  
  49.